How to Install qt-sdk software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install qt-sdk software package in Ubuntu 14.04 LTS (Trusty Tahr)

qt-sdk software package provides Complete Qt Software Development Kit, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install qt-sdk 

qt-sdk is installed in your system.

Make ensure the qt-sdk package were installed using the commands given below,

$ sudo dpkg-query -l | grep qt-sdk *

You will get with qt-sdk package name, version, architecture and description in a table

qt-sdk package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package qt-sdk
Version 2ubuntu3
Description Complete Qt Software Development Kit
Sub Section devel


See Also, How to uninstall or remove qt-sdk software package from Ubuntu 14.04 LTS (Trusty Tahr)?